/********************************
 * generic als elements styling
 ********************************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}

.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}

#product .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	min-height: 120px;
	min-width: 100px;
	text-align: center;
}

#product .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

#product .als-item p{
	margin:22px auto 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

#product .als-prev, #product .als-next {
	top: 85px;
}

#product .als-prev {
	left: 34px;
}

#product .als-next {
	right: 34px;
}


